home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacTCPToolBx / Source Code ƒ / makefile < prev    next >
Makefile  |  1989-06-01  |  4KB  |  127 lines

  1. #
  2. # This makefile will build all of the basic TCP XCMDs. The XCMDs are linked
  3. # directly into the TCP XCMD Example stack. They can be moved from there using
  4. # ResEdit.
  5. #
  6. # 12/88 - Initial coding by Harry R. Chesley.
  7. #
  8.  
  9. POptions    =    -w
  10. COptions    =    -b
  11.  
  12. "TCP XCMD Example"    ƒƒ    TCPClose.p.o
  13.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XCMD=7860 -sn Main=TCPClose ∂
  14.         TCPClose.p.o "{Libraries}HyperXLib.o" ∂
  15.         "{MPW}"Libraries:Libraries:interface.o
  16.  
  17. TCPClose.p.o    ƒ    TCPClose.p TCPUtil.inc
  18.  
  19. "TCP XCMD Example"    ƒƒ    TCPSend.p.o
  20.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XCMD=7861 -sn Main=TCPSend ∂
  21.         TCPSend.p.o "{Libraries}HyperXLib.o" ∂
  22.         "{MPW}"Libraries:Libraries:interface.o
  23.  
  24. TCPSend.p.o    ƒ    TCPSend.p TCPUtil.inc
  25.  
  26. "TCP XCMD Example"    ƒƒ    TCPRelease.p.o
  27.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XCMD=7862 -sn Main=TCPRelease ∂
  28.         TCPRelease.p.o "{Libraries}HyperXLib.o" ∂
  29.         "{MPW}"Libraries:Libraries:interface.o
  30.  
  31. TCPRelease.p.o    ƒ    TCPRelease.p TCPUtil.inc
  32.  
  33. "TCP XCMD Example"    ƒƒ    TCPActiveOpen.p.o
  34.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7860 -sn Main=TCPActiveOpen ∂
  35.         TCPActiveOpen.p.o "{Libraries}HyperXLib.o" ∂
  36.         "{MPW}"Libraries:Libraries:interface.o
  37.  
  38. TCPActiveOpen.p.o    ƒ    TCPActiveOpen.p TCPUtil.inc
  39.  
  40. "TCP XCMD Example"    ƒƒ    TCPPassiveOpen.p.o
  41.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7861 -sn Main=TCPPassiveOpen ∂
  42.         TCPPassiveOpen.p.o "{Libraries}HyperXLib.o" ∂
  43.         "{MPW}"Libraries:Libraries:interface.o
  44.  
  45. TCPPassiveOpen.p.o    ƒ    TCPPassiveOpen.p TCPUtil.inc
  46.  
  47. "TCP XCMD Example"    ƒƒ    TCPCharsAvailable.p.o
  48.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7862 -sn Main=TCPCharsAvailable ∂
  49.         TCPCharsAvailable.p.o "{Libraries}HyperXLib.o" ∂
  50.         "{MPW}"Libraries:Libraries:interface.o
  51.  
  52. TCPCharsAvailable.p.o    ƒ    TCPCharsAvailable.p TCPUtil.inc
  53.  
  54. "TCP XCMD Example"    ƒƒ    TCPRecvChars.p.o
  55.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7863 -sn Main=TCPRecvChars ∂
  56.         TCPRecvChars.p.o "{Libraries}HyperXLib.o" ∂
  57.         "{MPW}"Libraries:Libraries:interface.o
  58.  
  59. TCPRecvChars.p.o    ƒ    TCPRecvChars.p TCPUtil.inc
  60.  
  61. "TCP XCMD Example"    ƒƒ    TCPRecvUpTo.p.o
  62.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7864 -sn Main=TCPRecvUpTo ∂
  63.         TCPRecvUpTo.p.o "{Libraries}HyperXLib.o" ∂
  64.         "{MPW}"Libraries:Libraries:interface.o
  65.  
  66. TCPRecvUpTo.p.o    ƒ    TCPRecvUpTo.p TCPUtil.inc
  67.  
  68. "TCP XCMD Example"    ƒƒ    TCPVersion.p.o
  69.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7865 -sn Main=TCPVersion ∂
  70.         TCPVersion.p.o "{Libraries}HyperXLib.o"
  71.  
  72. TCPVersion.p.o    ƒ    TCPVersion.p TCPUtil.inc
  73.  
  74. "TCP XCMD Example"    ƒƒ    TCPState.p.o
  75.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7866 -sn Main=TCPState ∂
  76.         TCPState.p.o "{Libraries}HyperXLib.o" ∂
  77.         "{MPW}"Libraries:Libraries:interface.o
  78.  
  79. TCPState.p.o    ƒ    TCPState.p TCPUtil.inc
  80.  
  81. "TCP XCMD Example"    ƒƒ    TCPRecvMsg.p.o
  82.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7867 -sn Main=TCPRecvMsg ∂
  83.         TCPRecvMsg.p.o "{Libraries}HyperXLib.o" ∂
  84.         "{MPW}"Libraries:Libraries:interface.o
  85.  
  86. TCPRecvMsg.p.o    ƒ    TCPRecvMsg.p TCPUtil.inc
  87.  
  88. "TCP XCMD Example"    ƒƒ    Rot13.p.o
  89.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7868 -sn Main=Rot13 ∂
  90.         Rot13.p.o "{Libraries}HyperXLib.o" ∂
  91.         "{MPW}"Libraries:Libraries:interface.o
  92.  
  93. Rot13.p.o    ƒ    Rot13.p TCPUtil.inc
  94.  
  95. "TCP XCMD Example"    ƒƒ    orderMessages.p.o
  96.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7869 -sn Main=orderMessages ∂
  97.         orderMessages.p.o "{Libraries}HyperXLib.o" ∂
  98.         "{MPW}"Libraries:Libraries:interface.o ∂
  99.         "{MPW}"Libraries:PLibraries:PasLib.o
  100.  
  101. orderMessages.p.o    ƒ    orderMessages.p
  102.  
  103. "TCP XCMD Example"    ƒƒ    TCPNameToAddr.c.o
  104.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7870 -sn Main=TCPNameToAddr ∂
  105.         TCPNameToAddr.c.o "{Libraries}HyperXLib.o" ∂
  106.         "{Libraries}Interface.o" ∂
  107.         "{CLibraries}CInterface.o" ∂
  108.         "{CLibraries}StdCLib.o"
  109.  
  110. TCPNameToAddr.c.o    ƒ    TCPNameToAddr.c MacTCPCommonTypes.h
  111.  
  112. "TCP XCMD Example"    ƒƒ    splitByWord.p.o
  113.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7871 -sn Main=splitByWord ∂
  114.         splitByWord.p.o "{Libraries}HyperXLib.o" ∂
  115.         "{MPW}"Libraries:Libraries:interface.o
  116.  
  117. splitByWord.p.o    ƒ    splitByWord.p
  118.  
  119. "TCP XCMD Example"    ƒƒ    alphaSort.c.o
  120.     link -m ENTRYPOINT -o "TCP XCMD Example" -rt XFCN=7872 ∂
  121.         -sg alphaSort=Main,%A5Init,STDIO,INTENV ∂
  122.         alphaSort.c.o "{Libraries}Interface.o" ∂
  123.         "{CLibraries}StdCLib.o" ∂
  124.         "{CLibraries}CRuntime.o"
  125.  
  126. alphaSort.c.o    ƒ    alphaSort.c
  127.